Execute a script to generate an additional column based on a calculation. To create a calculated column, execute a PQL script in the Script window. With the Calculated Column node selected, enter the script you want to run, then enter a name for the new column. Finally, select the output type from the Calculated Column Type menu.
To test the script, click the
button in the Preview panel.
In the example below, a PQL script has been executed to generate a new column containing both first and last names. The new Full Name column is added to the table, and the original separate columns also remain in the table.
For more information, see Calculated Columns.